home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia1.dir / 00157_Script_157 < prev    next >
Text File  |  1995-05-21  |  294b  |  16 lines

  1. -- Calls Play btn script
  2. on mouseDown
  3.   sound stop 1
  4.   --puppetSound "button.aif"
  5.   put "PlayBTN" into f
  6.   put "PlayBTNHL" into fHL
  7.   hiliter 19, f, fHL
  8. end 
  9.  
  10.  
  11.  
  12. on mouseUp
  13.   set the castNum of sprite 19 = cast "PlayBTN"
  14.   set the movierate of sprite 48 to 1
  15.   --puppetsound 0
  16. end